.contact_bnr_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: 0;
  padding-top: 30%;
  background: center 0 no-repeat url(/-/media/EF28A40BAE754EE5B1F683E2AE59F1B8.ashx);
  background-size: 100% auto;
}
@media screen and (min-width: 970px) {
  .contact_bnr_box {
    padding-top: 295px;
  }
}
@media screen and (max-width: 480px) {
  .contact_bnr_box {
    background: center 0 no-repeat url(/-/media/9517F0B4135F42F7866EC6355433EB26.ashx);
    background-size: 100% auto;
    padding: 48.5% 0 0 0;
  }
}
.contact_bnr_box a {
  position: absolute;
  display: block;
  padding: 0.5em 0;
  width: 355px;
  background-color: #005803;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  top: 67%;
  left: calc(50% - 175px);
  -webkit-animation: bounce 2s ease infinite normal 0s none running;
          animation: bounce 2s ease infinite normal 0s none running;
}
@media screen and (max-width: 768px) {
  .contact_bnr_box a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .contact_bnr_box a {
    width: 100%;
    height: 42px;
    font-size: 1.2em;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.contact_bnr_box a::before {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea07";
  left: 12%;
  top: 30%;
}
.contact_bnr_box a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.7;
  text-decoration: none;
}

.contact_bnr_box_s .contact_bnr_box {
  padding-top: 20% px;
}
@media screen and (min-width: 970px) {
  .contact_bnr_box_s .contact_bnr_box {
    padding-top: 250px;
  }
}
.contact_bnr_box_s a {
  width: 305px;
  font-size: 1.1em;
  left: calc(50% - 155px);
}
@media screen and (max-width: 480px) {
  .contact_bnr_box_s a {
    width: 100%;
    left: 0;
  }
}

.floating_nav {
  background-color: #f2f2f2;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95px;
  -webkit-box-shadow: 0px -9px 26px -13px rgba(0, 0, 0, 0.35);
          box-shadow: 0px -9px 26px -13px rgba(0, 0, 0, 0.35);
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}
@media screen and (max-width: 480px) {
  .floating_nav {
    height: 65px;
  }
}
.floating_nav .floating_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.floating_nav .floating_box .img_floating_1 {
  -webkit-flex-basis: 118px;
      -ms-flex-preferred-size: 118px;
          flex-basis: 118px;
}
@media screen and (max-width: 480px) {
  .floating_nav .floating_box .img_floating_1 {
    display: none;
  }
}
.floating_nav .floating_box .img_floating_2 {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
}
@media screen and (max-width: 480px) {
  .floating_nav .floating_box .img_floating_2 {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
  }
}
.floating_nav .floating_box img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .floating_nav .floating_box .contact_floating_nav {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
  }
}
.floating_nav .floating_box .contact_floating_nav a {
  display: block;
  padding: 0.8em 1.5em;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #005803;
  -webkit-animation: bounce 2s ease infinite normal 0s none running;
          animation: bounce 2s ease infinite normal 0s none running;
}
@media screen and (max-width: 480px) {
  .floating_nav .floating_box .contact_floating_nav a {
    font-size: 1em;
    padding: 0.5em 1.5em 0 1.3rem;
  }
}
.floating_nav .floating_box .contact_floating_nav a:hover {
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .g-pagetop {
    bottom: 83px;
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.g-sticky-banner {
  padding: 0;
}

.g-sticky-banner {
  border-top: none;
  border-right: none;
}

.floating_202311 {
  background-color: #fff;
  height: auto;
  z-index: 1;
}
.floating_202311 .floating_area {
  max-width: 750px;
  margin: 0 auto;
  padding: 7px 15px 5px;
}
.floating_202311 .floating_area .bnr_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.floating_202311 .floating_area .bnr_area .box {
  max-width: 350px;
}
.floating_202311 .floating_area .bnr_area .box:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .floating_202311 .floating_area .bnr_area .box:first-child {
    margin-right: 10px;
  }
}
@media screen and (min-width: 560px) {
  .floating_202311 .floating_area .bnr_area .box img.is-pctb {
    display: block !important;
  }
}
@media screen and (max-width: 560px) {
  .floating_202311 .floating_area .bnr_area .box img.is-pctb {
    display: none !important;
  }
}
@media screen and (min-width: 560px) {
  .floating_202311 .floating_area .bnr_area .box img.is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .floating_202311 .floating_area .bnr_area .box img.is-sp {
    display: block !important;
  }
}
.floating_202311 .floating_area .notes {
  text-align: center;
}
.floating_202311 .floating_area .notes a {
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .floating_202311 .floating_area .notes {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .floating_202311 a[href^="tel:"] {
    pointer-events: none;
  }
}

body.customercenter .g-pagetop {
  bottom: 120px;
}
@media screen and (max-width: 480px) {
  body.customercenter .g-pagetop {
    bottom: calc(20vw + 15px);
  }
}/*# sourceMappingURL=cv.css.map */